<Schema name="DTMFunctionCallSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:fdt="x-schema:FDTDataTypesSchema.xml"  xmlns:appId="x-schema:FDTApplicationIdSchema.xml" xmlns:func="x-schema:DTMFunctionsSchema.xml" xmlns:ops="x-schema:FDTOperationPhaseSchema.xml">
	<!--Definition of Elements-->
	<ElementType name="FDTFunctionCall" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<attribute type="func:functionId" required="yes"/>
		<element type="appId:ApplicationId" minOccurs="0" maxOccurs="1"/>
		<attribute type="ops:operationPhase" required="no"/>
	</ElementType>
	<ElementType name="FDT" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<element type="FDTFunctionCall" minOccurs="1" maxOccurs="1"/>
	</ElementType>
</Schema>



